CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - UDP check

搜索资源列表

  1. udpClient

    0下载:
  2. 一个用于UDP通讯的示例程序。可以方便的查看通讯数据,以及发送数据。-a UDP communications for the sample program. Check to make communications data, and send data.
  3. 所属分类:网络编程

    • 发布日期:2008-10-13
    • 文件大小:77041
    • 提供者:王继
  1. nbtstat-vc6.0

    0下载:
  2. VC++6.0写的网段扫描器.基于UDP.可以查看自己电脑所在的网段情况-wrote of the network scanner. Based on UDP. Can check its own computer network segment where the situation
  3. 所属分类:系统编程

    • 发布日期:2008-10-13
    • 文件大小:42762
    • 提供者:张宇
  1. JBSocketServerTestSource

    0下载:
  2. Testing TCP and UDP socket servers using C# and .NETWhen you re developing a TCP/IP server application it s easy to test it poorly. It s easy to fire requests into a server, check the responses and assume that s enough. Even if you re testing using t
  3. 所属分类:TCP/IP协议栈

    • 发布日期:2008-10-13
    • 文件大小:111143
    • 提供者:王小文
  1. portcheck.zip

    0下载:
  2. 检查一个tcp或udp端口是否被占用,Check if a tcp/udp port has been used
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-11-08
    • 文件大小:1262
    • 提供者:
  1. udp4realible

    0下载:
  2. udp实现可靠传输的代码,开源的这是一个比较早的版本,功能简单,使用方便,内有说明-udp achieve reliable transmission of the code, open source is a relatively early version, features simple, easy to use, there are notes
  3. 所属分类:TCP/IP Stack

    • 发布日期:2017-04-01
    • 文件大小:219779
    • 提供者:blackwall
  1. UDPComm

    0下载:
  2. 基于UDP通讯服务器的开发,主要负责接收传感器发送上来的检测数据,校验后解析(CRC校验),并存储在SQL数据库中。-UDP communication server-based development, primarily responsible for receiving the sensor sends up the detection data checksum (CRC check) after parsing, and stored in an SQL database.
  3. 所属分类:Communication

    • 发布日期:2017-11-10
    • 文件大小:1380636
    • 提供者:
  1. DDNS

    0下载:
  2. 该协议采用UDP方式接入服务器,图中req表示请求数据包,res表示应答数据包。当设备上线时发送hello数据包给服务器,服务器检查数据的合法性,如果是非法请求,服务器将不作响应。设备收到应答数据后将发出refresh更新数据包,服务器同样先检查数据-The agreement means the use of UDP access server, the figure said req request packet, res that the response packet. When the
  3. 所属分类:TCP/IP Stack

    • 发布日期:2017-03-26
    • 文件大小:15789
    • 提供者:ysl
  1. UDPTest

    0下载:
  2. UDP 传输过程中,数据报文乱序,该服务工具就是要检查乱序情况,对于备份网络造成的乱序问题比较有实在意义。-UDP transmission, data packet out-of-order, the service tool is to check the out-of-order situation, the backup network problems caused by out-of-order is more significance.
  3. 所属分类:Internet-Socket-Network

    • 发布日期:2017-04-29
    • 文件大小:25958
    • 提供者:梁飞
  1. 1

    0下载:
  2. c++网络数据库实例 第一章 实例 01-简单网络聊天室 实例 02-网络聊天室服务器 实例 03-网络聊天室客户端 实例 04-定时发送消息 实例 05-传输文件 实例 06-GETIP 实例 07-域名解析 实例 08-TUSPY 实例 09-多人聊天室 实例 10-端口扫描 实例 11-异步网络通讯 实例 12-UDP协议实现网络通讯 实例 13-域名查询-c++ network database instanc
  3. 所属分类:Internet-Socket-Network

    • 发布日期:2017-05-06
    • 文件大小:1152766
    • 提供者:烈马
  1. ZXG_MySniffer

    0下载:
  2. 饮水思源。决定分享自己的MFC编程开发经验。 ZXG_MySniffer网络抓包分析仪软件说明文档 一、 软件功能描述: 1、 能够获取本地网卡信息,包括以太网卡、无线网卡和虚拟网卡的所有详细数据; 2、 支持IP、ICMP、ARP、RARP、TCP、UDP等六种协议,提供用户自选包过滤规则; 3、 可多线程抓取数据包,并列表显示抓取的数据包;支持从数据链路层到传输层的包字段分析;支持包内数据明细记录; 4、 支持ARP查询功能,可多线程查询与本地以太网卡位于同一网
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-05-29
    • 文件大小:11778158
    • 提供者:G。G。
  1. Version12e

    0下载:
  2. udp,tcp 传输丢包统计,类似iperf,统计丢包错包-udp,tcp transmission quality check tool
  3. 所属分类:Post-TeleCom sofeware systems

    • 发布日期:2017-04-13
    • 文件大小:2987
    • 提供者:ge xingmin
  1. udpcs

    0下载:
  2. 一个基本的基于UDP协议的VC++服务端,客户端程序,你从中能学到设置WSADATA变量、套接字定义、接收数据缓冲区的创建、初始化套结字动态库、获取接收数据缓冲区大孝检查设置系统接收数据缓冲区是否成功、服务器地址绑定、设置系统接收数据为默认的BUF_TIMES倍等。 -A basic UDP protocol based on VC++ server, the client program, you can learn a set WSADATA variable, socket defin
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-03
    • 文件大小:11749
    • 提供者:是否
  1. WinSocket-biancheng

    0下载:
  2. POP3上电子邮件的检查,点对点多线程断点续传的实现,用UDP协议实现网络通信-POP3 e-mail on the check-point implementation of multi-threaded HTTP, UDP protocol for network communication with the ... ...
  3. 所属分类:TCP/IP Stack

    • 发布日期:2017-04-06
    • 文件大小:285434
    • 提供者:李刚
  1. TCPUDP_checkin_tool

    0下载:
  2. TCP\UDP check in datapage-TCP\UDP check in datapage
  3. 所属分类:Communication

    • 发布日期:2017-04-10
    • 文件大小:1772875
    • 提供者:fengyunjsj
  1. UDP

    0下载:
  2. UDP 协议 的Client端和Server端代码,实现Get Put和检查的基本功能-The UDP protocol Client-side and Server-side code to Get Put and check the basic functions
  3. 所属分类:TCP/IP Stack

    • 发布日期:2017-11-19
    • 文件大小:2205
    • 提供者:Tim
  1. udp

    0下载:
  2. 基于udp协议的通信代码,含crc校验,丢包重传机制-Based on udp protocol communication code。Contains CRC check, packet loss retransmission mechanism
  3. 所属分类:Internet-Socket-Network

    • 发布日期:2017-11-18
    • 文件大小:5242
    • 提供者:李波
  1. DataCheckerDemo

    0下载:
  2. 面向网络数据包的规则引擎,通过UDP协议模拟向规则引擎不断发送网络数据包,引擎从规则集中读取规则并转化规则为相应的逻辑表达式,通过逻辑表达式和数据映射表对网络数据进行检查并返回异常数据。-Network packet-oriented rules engine, UDP protocol simulation to the rules engine constantly sending network packets engine reads the rules from the rule se
  3. 所属分类:Java Develop

    • 发布日期:2017-11-24
    • 文件大小:30353
    • 提供者:wangwei
  1. test.c

    0下载:
  2. 构造一个DNS报文,查了好些资料,好象许多朋友对UDP报文的校验和老是出问题,自己试了一些例子代码,也有问题。所以花了一些时间,做了一个成功的例子,在Linux下GCC通过并验证成功-Construct a DNS packet, to check better information, and if many friends UDP packet checksum always problems, his trial some example code, there are problems.
  3. 所属分类:Linux Network

    • 发布日期:2017-11-18
    • 文件大小:1637
    • 提供者:zhangming
  1. string-unicode-check

    0下载:
  2. mtk socket wap tcp udp ascii unicode
  3. 所属分类:software engineering

    • 发布日期:2017-04-10
    • 文件大小:551
    • 提供者:penghao
  1. natcheck-linux

    0下载:
  2. this a program that will help you to check wether your computer receive tcp or udp packet from internet or other computer-this is a program that will help you to check wether your computer receive tcp or udp packet from internet or other computer
  3. 所属分类:Linux Network

    • 发布日期:2017-04-04
    • 文件大小:8983
    • 提供者:Jonas
« 12 »
搜珍网 www.dssz.com